/* 功能：主导航菜单
 * 作者：Gavin
 * 创建时间：2009-07-29
--------------------------------------------*/
/* mainNav */
#mainNav {
height:32px;
background:url(bg_main_nav.gif) no-repeat 0 0;
text-align:center;
overflow:hidden;
}
.ddsmoothmenu {
font: normal 13px Verdana;
width: 100%;
}
.ddsmoothmenu ul.clearfix {
z-index:100;
margin: 0;
padding: 0 0 0 12px;
list-style-type: none;
}
.ddsmoothmenu ul li {
position: relative;
display: inline;
float: left;
background:url(sprite1.gif) no-repeat 0 0;
padding-left: 2px;
}
.ddsmoothmenu ul li a {
display: block;
padding: 0 14px;
line-height:32px;
text-decoration: none;
}
* html .ddsmoothmenu ul li a {
display: inline-block;
}
.ddsmoothmenu ul li a{
color: #fff;
}
.ddsmoothmenu ul li a:hover {
color: #FF0;
}
.ddsmoothmenu ul li.hilight{
background-position: 0 -32px;;
}
.ddsmoothmenu ul li.firstItem{
background: none;
}
.ddsmoothmenu ul li.hilight a {
background:url(sprite1.gif) repeat-x 0 -64px;
color:#161616; 
}
.ddsmoothmenu ul li.hilight a:hover{
color:#CD1E25; 
}